home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / patches / itf201.lha / Infocom / ReadMe < prev    next >
Text File  |  1995-12-09  |  4KB  |  120 lines

  1. The InfoTaskForce Infocom Interpreter Version 4.01 Announcement
  2. ===============================================================
  3. Copyright (c) 1992 InfoTaskForce
  4.  
  5.  
  6. Hello, Sailors!
  7.  
  8. InfoTaskForce is pleased to announce the release of version 4.01 of its
  9. popular Infocom datafile interpreter.
  10.  
  11. It features:
  12.         *  Integrated Infocom Interpreter for Z-Code versions 1-5
  13.        (that's right: play anything from Zork to Trinity to
  14.        Beyond Zork with the one program)
  15.         *  Game debugging tools, including
  16.                -  Object/Room tree listings
  17.                -  Real-time object movement notification
  18.                -  Real-time attribute change notification
  19.                -  Vocabulary listings
  20.            -  Header listings
  21.     *  Documentation of Infocom datafile internals
  22.         *  Extremely portable source code
  23.  
  24.  
  25. Command Line Options
  26. ====================
  27.  
  28. The InfoTaskForce Infocom Interpreter has the following command line syntax:
  29.  
  30.     infocom [-acehlmnoprstvwxz] <data_file_name> [<save_file_name>]
  31.  
  32.  
  33. where the options have the following meaning:
  34.  
  35. -a    Monitors the interpreters setting, clearing and testing of all 
  36.     object attributes during the game. This can be useful if, 
  37.     for example, there is a door that you cannot open - you 
  38.     watch which attribute bit is being tested by the interpreter 
  39.     when you try to open the door, and then exit the game and 
  40.     set the bit manually in the game's data file (or hack the 
  41.     interpreter sources to do it for you !). This option only 
  42.     works when the interpreter has been compiled with the 
  43.     CHEAT macro defined.
  44.  
  45. -b    If using stdio, always allow ^C to exit.
  46.  
  47. -c    Read input from stdin and send output to stdout.
  48.  
  49. -e    Normally, any user input is not echoed to stdout - input
  50.     echoing is done locally by your PC or terminal. However, if 
  51.     you are redirecting stdout to a file, you should set this 
  52.     option so that any input characters are also echoed to your 
  53.     output file.
  54.  
  55. -h    Display the data file's Header information on stdout. The 
  56.     game is not executed.
  57.  
  58. -l    Force the interpreter to pre_load the entire game data file 
  59.     into memory instead of swapping in only those pages 
  60.     currently being executed (it normally uses a Least 
  61.     Recently Used swapping strategy).
  62.  
  63. -m    Limits length of game time when used with -c.
  64.  
  65. -n    Force the interpreter to use "enhanced" routines when 
  66.     playing a STANDARD series game. This option has no effect
  67.     on the Amiga.
  68.  
  69. -o    Display the data file's Object/Room List on stdout. The 
  70.     game is not executed.
  71.  
  72. -p    Disable the formatting of stdout into screen pages separated 
  73.     by [MORE].
  74.  
  75. -r    Display the data file's Object/Room List on stdout in tree 
  76.     format. Not all the list's information is shown in this format 
  77.     - use the -o option for a more complete listing. The game is 
  78.     not executed.
  79.  
  80. -s    Display the data file's Property List for every object on 
  81.     stdout. The game is not executed.
  82.  
  83. -t    Monitor the transfer of objects between locations during the 
  84.     game. This is useful to monitor the actions of any 
  85.     background actors in the game (e.g.: Zork 1's thief). 
  86.     Please note that using this option can spoil some games 
  87.     (specifically Deadline and Witness). This option only works 
  88.     when the interpreter has been compiled with the CHEAT 
  89.     macro defined.
  90.  
  91. -u    Allow multiple saved game files in stdio mode.
  92.  
  93. -v    Display the data file's Vocabulary List on stdout. The game 
  94.     is not executed.
  95.  
  96. -w    Bring up list of data files in INFOCOM: for user to choose from.
  97.  
  98. -x    Display the data file's Vocabulary List on stdout, including 
  99.     the attribute bytes used internally by the game's parser. 
  100.     The game is not executed.
  101.  
  102. -z    Force use of Beyond Zork colours if Amiga graphics file present.
  103.  
  104.  
  105. Legal Stuff
  106. ===========
  107.  
  108. We have developed the InfoTaskForce interpreter for use with legally purchased
  109. Infocom datafiles. We do not supply any datafiles - they must be purchased
  110. and the Software Licence agreement for their use must be observed. Most
  111. datafiles are available in the Lost Treasures of Infocom collections and are
  112. quite inexpensive.
  113.  
  114. This program is provided "as is", without any warranty of any kind. The entire
  115. risk as to its quality and performance is with you.  In no event will
  116. InfoTaskForce be liable for damages arising from the use of this program.
  117.  
  118. If you distribute this program, please distribute the entire package.
  119.  
  120.